This key defines the default value of the "Body" field in your Pull Request.
This key has no default.
Appears in
└── pull_request_templates
└── [*]
└── bodyType
string
Examples
In this example, the body field of our Pull Request template is populated by the string "In this update, I have made the following changes..." by default.
Copied to clipboard
pull_request_templates:
- label: Content Update
title: Updates to...
body: In this update, I have made the following changes...{
"pull_request_templates": [
{
"label": "Content Update",
"title": "Updates to...",
"body": "In this update, I have made the following changes..."
}
]
}